Articles by Falko Timme
-
Three Ways To Access Linux Partitions (ext2/ext3) From Windows On Dual-Boot Systems
Author: Falko Timme • Tags: linux, other • Comments: 49Three Ways To Access Linux Partitions (ext2/ext3) From Windows On Dual-Boot Systems If you have a dual-boot Windows/Linux system, you probably know this problem: you can access files from your Windows installation while you are in Linux, but not the other way round. This tutorial shows three ways how you can access your Linux partitions (with ext2 or ext3 filesystem) from within Windows: Explore2fs, DiskInternals Linux Reader, and the Ext2 Installable File System For Windows. While the first two provide read-only access, the Ext2 Installable File System For Windows can be used for read and write operations.
-
How To Delete Mails From Or To A Specific Email Address From Your Mail Queue (Postfix)
Author: Falko Timme • Tags: postfix • Comments: 25How To Delete Mails From Or To A Specific Email Address From Your Mail Queue (Postfix) If you get hit by a spam attack that floods your server with hundreds/thousands of emails from the same sender email address or to the same recipient email address, you can clean your mail queue from these emails with one single command before the mail flood takes your server to its knees.
-
Splitting Apache Logs With vlogger
Author: Falko Timme • Tags: apache • Comments: 1Splitting Apache Logs With vlogger Vlogger is a little tool with which you can write Apache logs broken down by virtual hosts and days. With vlogger, we need to put just one CustomLog directive into our global Apache configuration, and it will write access logs for each virtual host and day. Therefore, you do not have to split Apache's overall access log into access logs for each virtual host each day, and you do not have to configure Apache to write one access log per virtual host (which could make you run out of file descriptors very fast).
-
-
Virtual Users And Domains With Postfix, Courier And MySQL (Mandriva 2008.0)
Author: Falko Timme • Tags: antivirus, mandriva, postfix • Comments: 1Virtual Users And Domains With Postfix, Courier And MySQL (Mandriva 2008.0) This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I'll show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.
-
How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch)
Author: Falko Timme • Tags: postfix, debian • Comments: 26How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch) This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Etch.
-
How To Set Up A Local Yum Repository On Fedora 8
Author: Falko Timme • Tags: fedora • Comments: 3How To Set Up A Local Yum Repository On Fedora 8 This tutorial shows how to create a Fedora 8 yum repository for your local network. Having a local Fedora mirror is good if you have to install multiple systems in your local network because then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.
-
Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch
Author: Falko Timme • Tags: backup, debian • Comments: 2Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
-
Set Up Postfix For Relaying Emails Through Another Mailserver
Author: Falko Timme • Tags: postfix, postfix • Comments: 18Set Up Postfix For Relaying Emails Through Another Mailserver This short guide shows how you can set up Postfix to relay emails through another mailserver. This can be useful if you run a Postfix mailserver in your local network and have a dynamic IP address because most dynamic IP addresses are blacklisted today. By relaying your emails through another mailserver that is hosted on a static IP address in a data center (e.g. your ISP's mailserver) you can prevent your emails from being categorized as spam.
-
Setting Up ProFTPd + TLS On Debian Etch
Author: Falko Timme • Tags: debian, ftp, security • Comments: 8
Setting Up ProFTPd + TLS On Debian Etch FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Etch server.
-
Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1)
Author: Falko Timme • Tags: antivirus, centos, postfix • Comments: 19
Virtual Users And Domains With Postfix, Courier And MySQL (CentOS 5.1) This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I'll show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.